const crypto/elliptic/internal/nistec.p521ElementLength

5 uses

	crypto/elliptic/internal/nistec (current package)
		p521.go#L41: const p521ElementLength = 66
		p521.go#L87: 	case len(b) == 1+2*p521ElementLength && b[0] == 4:
		p521.go#L88: 		x, err := new(fiat.P521Element).SetBytes(b[1 : 1+p521ElementLength])
		p521.go#L92: 		y, err := new(fiat.P521Element).SetBytes(b[1+p521ElementLength:])
		p521.go#L105: 	case len(b) == 1+p521ElementLength && b[0] == 0: